ActiveReports for .NET 18.0J
GenericDocument<PageType,PagesCollectionType> クラス
メンバ 

GrapeCity.ActiveReports.Core.Document 名前空間 : GenericDocument<PageType,PagesCollectionType> クラス
ドキュメントのベクトルグラフィック表現。
オブジェクト モデル
GenericDocument<PageType,PagesCollectionType> クラス
シンタックス
'宣言
 
Public Class GenericDocument
    (Of PageType As {New, Page},
     PagesCollectionType As {New, PagesCollection(Of PageType)}) 
   Inherits DocumentBase(Of PageType)
   Implements IDocument(Of PageType) 
public class GenericDocument<PageType,PagesCollectionType> : DocumentBase<PageType>, IDocument<PageType>  
where PageType: new(), Page
where PagesCollectionType: new(), PagesCollection<PageType>
型パラメータ
PageType
PagesCollectionType
継承階層

System.Object
   GrapeCity.ActiveReports.Core.Document.DocumentBase<PageType>
      GrapeCity.ActiveReports.Core.Document.GenericDocument<PageType,PagesCollectionType>
         GrapeCity.ActiveReports.Document.SectionDocument

参照

GenericDocument<PageType,PagesCollectionType> メンバ
GrapeCity.ActiveReports.Core.Document 名前空間